home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
pc
/
assets
/
metabee.dxr
/
00070_Script_70
< prev
next >
Wrap
Text File
|
2001-12-07
|
224b
|
21 lines
global completo, timescore
on startFrame
startTimer
end
on exitFrame me
timescore = the timer
if completo = 1 then
go to frame "win_game"
else
go to the frame
end if
end